|
Orchestration SDK 5.12.0
|
#include <ActivationDelegate.h>
Inherits <NSObject>.
Inherited by <OnlineActivationDelegate>.
Instance Methods | |
| (void) | - onActivationSuccess |
| (void) | - onActivationAborted |
| (void) | - onActivationInputError: |
The ActivationDelegate protocol defines the minimal methods that must be implemented in order to receive delegates during the activation process.
| - (void) onActivationAborted |
Called upon activation process aborted.
| - (void) onActivationInputError: | (OnlineActivationInputError *) | error |
Called upon activation process error due to bad user input.
| error | returned error |
| - (void) onActivationSuccess |
Called upon activation process success.